# A tibble: 6 x 8
volcano_name latitude longitude primary_vol~1 country last_~2 html popup~3
<chr> <dbl> <dbl> <chr> <chr> <chr> <glu> <chr>
1 Abu 34.5 132. Shield(s) Japan -6850 <p>A~ <b>Vol~
2 Acamarachi -23.3 -67.6 Stratovolcano Chile Unknown <p>A~ <b>Vol~
3 Acatenango 14.5 -90.9 Stratovolcan~ Guatem~ 1972 <p>A~ <b>Vol~
4 Acigol-Nevsehir 38.5 34.6 Caldera Turkey -2080 <p>A~ <b>Vol~
5 Adams 46.2 -121. Stratovolcano United~ 950 <p>A~ <b>Vol~
6 Adatarayama 37.6 140. Stratovolcan~ Japan 1996 <p>A~ <b>Vol~
# ... with abbreviated variable names 1: primary_volcano_type,
# 2: last_eruption_year, 3: popup_info
colorFactor("BuPu", domain = NULL)
LETTERS[1:5]
| A | |
| B | |
| C | |
| D | |
| E |
# A tibble: 6 x 8
volcano_name latitude longitude primary_vol~1 country last_~2 html popup~3
<chr> <dbl> <dbl> <chr> <chr> <chr> <glu> <chr>
1 Abu 34.5 132. Shield(s) Japan -6850 <p>A~ <b>Vol~
2 Acamarachi -23.3 -67.6 Stratovolcano Chile Unknown <p>A~ <b>Vol~
3 Acatenango 14.5 -90.9 Stratovolcan~ Guatem~ 1972 <p>A~ <b>Vol~
4 Acigol-Nevsehir 38.5 34.6 Caldera Turkey -2080 <p>A~ <b>Vol~
5 Adams 46.2 -121. Stratovolcano United~ 950 <p>A~ <b>Vol~
6 Adatarayama 37.6 140. Stratovolcan~ Japan 1996 <p>A~ <b>Vol~
# ... with abbreviated variable names 1: primary_volcano_type,
# 2: last_eruption_year, 3: popup_info
colorFactor("BuPu", domain = NULL)
LETTERS[1:5]
| A | |
| B | |
| C | |
| D | |
| E |
Interesting Facts About Plot
The bubbles are showing the total number of volcanos in those regions
The color scheme is showing the different types of volcanoes
The popups show the name of the volcano and when it last erupted
Interesting Facts About Plot
There are about 954 volcanoes in the world.
These volcanoes are distributed across the globe with Asia having the highest number with 298 and Oceania having the lowest number with 84.
The Volcanic Explosivity Index (VEI) is a scale that describes the size of explosive volcanic eruptions based on magnitude and intensity ranging from 1 (lowest) to 6 (highest).
There are also different types of volcanoes as listed: Shield(s), Stratovolcano, Stratovolcano(es), Caldera, Submarine, Shield, Volcanic field, Fissure vent(s), Compound, Complex, Pyroclastic shield, Pyroclastic cone(s), Pyroclastic cone, Caldera(s), Lava dome(s), Lava cone, Crater rows, Maar(s), Tuff cone(s), Complex(es), Subglacial, Lava dome, Lava cone(s), Tuff cone, Lava cone(es), Stratovolcano?.
This plot shows major eruptions (VEI and year of eruption) from around the world since the 1700’s while showing the continental location and country of each volcano. The plot also shows the population within 100,000 km of the volcano telling you the number of people that may be affected if any of these volcanoes erupt and the volcano type.
Interesting Facts About Plot
Interesting Facts About Plot